Added OAuth 2.0 authorization to Shopping API#369
Added OAuth 2.0 authorization to Shopping API#369xjxckk wants to merge 9 commits intotimotheus:masterfrom
Conversation
|
Can someone explain me where an how I have to implement this token? |
|
You can install my fork, it will get the token for you. If you want to do it yourself, you can read the discussion here: #347 |
|
Thanks for the reply. I added your changes to the scripts but now i'm getting this: Any ideas how I can fix this? |
|
I updated the imports to include requests for POST. This is my YAML file: |
|
@timotheus Do you think you could have a look at this? Just ran into this issue. |
|
Would also like to see this feature implemented |
|
Looks like theres some kind of other error occuring, best to go into the source and add prints to see whats going on in your system. I haven't looked at the code for a while. |
|
@xjxckk's fork has a nice solution, but a couple minor bugs. I got a similar error and made a couple minor changes to the code he provided to get it working. Might try my fork. |
|
Any hope for this fix? Seems like a straight forward approach to solve a problem many people are dealing with. |
|
@dannyo1987 - can you provide a quick guide on how to use your fork? For example, I am looking to use the GetShippingCost function. |
|
You don't have to do anything other than install the fork as a dependency and set up your configuration with your app_id and cert_id |
|
Someone at Ebay should really merge this @timotheus. This api is not that useful without this PR merged. And it's a really nice api, would hate to see it lose its utility! |
hey! i'm running into a similar issue - i'm able to generate my Oauth token successfully using the fork above + modifications, but when i make the request i get hit with a similar error. what did you do to resolve? pasting my approach below: error: |
|
I have the also issue with this branch : |

Added OAuth 2.0 authorization to Shopping API.
Relevant issue: #347